﻿html, body {
    position: relative;
    height: 100%;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
    border-bottom: none !important;
    color: #FFFFFF !important
}

@font-face {
    font-family: 'number';
    src: url('../font/DS-DIGIB-2.ttf');
    src:local('☺'),
        url('fonts/webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/webfont.woff') format('woff'),
        url('fonts/webfont.ttf') format('truetype'),
        url('fonts/webfont.svg#webfontOTINA1xY') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #eee;
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding: 0;
}
.show-video{
    position: fixed;
    z-index: 105000;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.show-video video{
    width:100%;
}
.video-close{
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 0.95vw;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.part1 {
    background: url(./../images/new_index/bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.part2 {
    background: url(./../images/new_index/bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-container-v>.swiper-wrapper>.swiper-slide>div {
    transform: translateX(-100px);
    opacity: 0;
}

.ani-slide>div {
    opacity: 1 !important;
    transform: translateX(0) !important;
}

.ani-slide .fade-up1 {
    transition: all cubic-bezier(0.66, 0, 0.34, 1) 0.66s;
}

.ani-slide .fade-up2 {
    transition: all cubic-bezier(0.66, 0, 0.34, 1) 0.66s 0.2s;
}

.ani-slide .fade-up3 {
    transition: all cubic-bezier(0.66, 0, 0.34, 1) 0.66s 0.4s;
}

/*每个切换页标题*/

.solution-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    display: flex;
    justify-content: center;
    color: rgb(255, 253, 253);
    z-index: 1000;
}

.solution-header>div {
    align-self: center;
}

/*首页动态logo*/

@keyframes bannerMove2 {
    0% {
        transform: translate(0, 10px);
    }
    25% {
        transform: translate(0, -10px);
    }
    50% {
        transform: translate(0, 10px);
    }
    75% {
        transform: translate(0, -10px);
    }
    100% {
        transform: translate(0, 10px);
    }
}

.bannerImg2 {
    margin-left: 30px;
    width: 60%;
    animation: bannerMove2 8s cubic-bezier(0.56, 0, 0.48, 1) infinite;
    -webkit-animation: bannerMove2 8s cubic-bezier(0.56, 0, 0.48, 1) infinite;
}

.btn1 {
    border-radius: 25px;
    color: white;
    background-color: transparent;
    padding: 10px 37px;
    font-size: 1.0vw;
    margin-top: 10px;
    line-height: inherit;
    border: 1px solid #fff;
    display: inline-block;
    transition: all ease 0.4s;
}

.btn1:hover {
    background-color: #2895E7;
    border: 1px solid #2895E7;
    cursor: pointer;
}

/*地图模块*/

.part2-bottom:hover {
    cursor: pointer;
}

.main-bottom-img {
    transform: scale(0, 0);
    opacity: 0;
    position: absolute;
    top: 100%;
    left: -130px;
    transition: all cubic-bezier(0.66, 0, 0.34, 1) 0.4s;
}

.part2-bottom {
    position: relative;
}

.part2-bottom:hover .main-bottom-img {
    transform: scale(1, 1);
    opacity: 1;
    transition: all cubic-bezier(0.66, 0, 0.34, 1) 0.4s;
}
.main-bottom-img img{
    width: 150%;
}
.main-bottom {
    color: #35BFFF;
    font-size: 1.4vw;
    font-weight: bold;
}

.main-bottom-des {
    color: #5861C9;
    font-size: 0.8vw;
    margin-top: 5px;
}

/*动态背景*/

@keyframes bannerMove3 {
    0% {
        transform: translate(0, 10px);
    }
    25% {
        transform: translate(10px, 10px);
    }
    50% {
        transform: translate(10px, 0);
    }
    75% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(0, 10px);
    }
}

.bannerImg3 {
    width: 100%;
    animation: bannerMove3 8s cubic-bezier(0.56, 0, 0.48, 1) infinite;
    -webkit-animation: bannerMove3 8s cubic-bezier(0.56, 0, 0.48, 1) infinite;
}

.part2-right-content{
    font-size: 0.8vw;
    position: absolute;
    right: 6%;
    width: 30%;
    top: 20%;
    height: 80%;
    text-align: -webkit-right;
    overflow: hidden;
}

.part2-right-content>div:first-child {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    width:93%;
}
.part2-number-scroll{
    position: absolute;
    top: 48px;
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.part2-number{
    position: absolute;
    left: 30px;
    width: 100%;
}
.part2-number>div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

.part2-right-content .part2-number-top {
    font-size: 1.3vw;
    font-family: ASTERA;
    font-weight: 400;
    color: #96A2E6;
    font-weight: bold;
}

.part2-right-content .part2-number-bottom {
    height: 2px;
    background: linear-gradient(90deg, #96A2E6 0%, #D4D9F5 100%);
}

.part2-right-content .part2-number-sz {
    font-size: 1.3vw;
    font-family: DIN;
    font-weight: bold;
    color: #FFFFFF;
    background: linear-gradient(0deg, #96A2E6 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.part2-number-company {
    width: 100%;
    background: url(./../images/new_index/bg_tag.png);
    background-size: 100% 100%;
    transition: transform cubic-bezier(0.66, 0, 0.34, 1) 0.4s;
    padding: 5px;
}

.part2-number-company:hover {
    cursor: pointer;
    transform: translateX(-20px);
    transition: transform cubic-bezier(0.66, 0, 0.34, 1) 0.4s;
}

.part2-number-company .point-number {
    width: 30%;
    font-family: number;
    font-size: 1.2vw;
}

.part2-number-company .company-name {
    width: 70%;
    text-align: left;
    height: 24px;
    line-height: 24px;
    font-size: 0.8vw;
}

/*解决方案手风琴*/

.part3, .part5 {
    background: #0A0D50;
}

#wrap {
    height: 75%;
    bottom: 0;
    left: 0;
    position: absolute;
}

#wrap .swiper-slide {
    width: 10%;
    cursor: pointer;
    -webkit-justify-content: left;
    justify-content: flex-start;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.8;
    transition: opacity ease-in-out 0.3s;
}

.curr {
    border-top-right-radius: 50px;
    z-index: 10;
    opacity: 1 !important;
    transition: opacity ease-in-out 0.3s;
}

#wrap .swiper-slide:nth-child(1) {
    width: 50%;
    background-image: url(./../images/new_index/solution/1.png);
}

#wrap .swiper-slide:nth-child(2) {
    background-image: url(./../images/new_index/solution/2.png);
}

#wrap .swiper-slide:nth-child(3) {
    background-image: url(./../images/new_index/solution/3.png);
}

#wrap .swiper-slide:nth-child(4) {
    background-image: url(./../images/new_index/solution/4.png);
}

#wrap .swiper-slide:nth-child(5) {
    background-image: url(./../images/new_index/solution/5.png);
}

#wrap .swiper-slide:nth-child(6) {
    background-image: url(./../images/new_index/solution/6.png);
}

#wrap .swiper-slide:nth-child(7) {
    background-image: url(./../images/new_index/solution/7.png);
}

#wrap .swiper-slide:nth-child(8) {
    background-image: url(./../images/new_index/solution/8.png);
}

#wrap .swiper-slide:nth-child(9) {
    background-image: url(./../images/new_index/solution/9.png);
}

#wrap .swiper-slide:nth-child(10) {
    background-image: url(./../images/new_index/solution/10.png);
}

#wrap .swiper-slide:nth-child(11) {
    background-image: url(./../images/new_index/solution/11.png);
}

#wrap .swiper-slide:nth-child(12) {
    background-image: url(./../images/new_index/solution/12.png);
}
#wrap .swiper-slide:nth-child(13) {
    background-image: url(./../images/new_index/solution/13.jpg);
}
#wrap .swiper-slide{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#wrap .swiper-slide>.text {
    width: 5.05vw;
    height: 85%;
    background: transparent;
    opacity: 1;
    margin-left: 35px;
    border-top-right-radius: 35px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

#wrap .swiper-slide>.text p {
    padding: 20px 2.05vw;
    font-family: 'Microsoft yahei';
    color: #fff;
    word-break: break-all;
    font-size: 0.95vw;
}

#wrap .swiper-slide>.text .part3-btn {
    width: 1.75vw;
    height: 1.75vw;
    align-self: center;
    margin-bottom: 50px;
}

.part3-btn img {
    width: 100%;
}

#wrap .curr>a.text {
    background-image: url(./../images/new_index/bg_title.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    transition: all ease-in-out 0.66s;
}

/*产业链模块*/

.part4 {
    background: url(./../images/new_index/bg4.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.industrial-chain {
    width: 65%;
    display: flex;
    justify-content: space-around;
    background-color: #fff;
    color: #333;
    padding: 5% 0;
    border-radius: 20px;
    margin-bottom: 3%;
}
.industrial-img{
    padding: 10px;
    opacity: 0;
    position: absolute;
    width: 100%;
    transition: all ease 0.5s;
}
.industrial-contact {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
}

.industrial-btn {
    font-size: 0.9vw;
    background: #366BE6;
    padding: 0.9vw 2.5vw;
    color: white;
    border-radius: 30px;
    /* width: 170px; */
    text-align: center;
    cursor: pointer;
    display: inline-block;
    transition: .2s;
}

.industrial-btn:hover{
    background: #66b1ff;
    color: #fff;
}

.industrial-btn:active {
    background: #3a8ee6;
    border-color: #3a8ee6;
    color: #fff;
}
.icon-img {
    width: 53px;
    height: 53px;
    position: relative;
    margin: auto;
}

.icon-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-center {
    transition: all cubic-bezier(0.66, 0, 0.34, 1) 0.5s;
    color: #414363;
    position: relative;
}

.text-center:hover {
    transform: translateY(-30px);
    cursor: pointer;
    color: #414363 !important;
    
}
.text-center:hover .industrial-img{
    opacity: 1;
}
.icon-title {
    margin-top: 1vw;
    font-weight: bold;
    font-size: 1.1vw;
    line-height: 1.3vw;
    height: 1.3vw;
}

.icon-des {
    margin-top: 10px;
    font-size: 0.9vw;
    line-height: 1.8vw;
    height: 1.8vw;
}

/*标识模块*/

.resolution {
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 78%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.resolution>a,.resolution>div {
    width: 50%;
}

.resolution-img {
    overflow: hidden;
    position: relative;
}

.resolution-img:hover {
    cursor: pointer;
}

.resolution-img>img {
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.66s;
}

.resolution-img:hover img {
    transform: scale3d(1.2, 1.2, 1)
}

.resolution-des {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: left;
    padding: 5%;
    color: #B3D7FF;
}

/*新闻资讯*/

.part6 {
    background: url(./../images/new_index/bg5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.diandi {
    height: 75%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.news_diandi {
    margin-top: 30px;
    padding: 0px 12%;
}

.news_title_top {
    display: flex;
    justify-content: space-between;
}

.news_title_top .title_left {
    font-weight: 400;
    width: 80%;
    font-size: 1vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_title_top .title_right {
    font-size: 1vw;
    /* margin-top: 5px; */
    width: 18%;
    text-align: right;
}

.news_text {
    padding: 0 30px 5px 30px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news_text a {
    color: #fff;
    padding: 5px 0 5px 20px;
    border-left: 2px solid #DCDCDC;
}

.news_text a:hover {
    text-decoration: none !important;
    border-bottom: none !important;
}

.news_img {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width: 48%;
}
.mews_img_t{
    height: 300px;
    overflow: hidden;
}
.news_img img {
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    transition: all ease-in-out 0.66s;
}

.news_img img:hover {
    transform: scale3d(1.1, 1.1, 1)
}

.news_diandi_container {
    text-align: left;
    background: transparent;
    display: flex;
    justify-content: space-between;
}

span.zhaiyao {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
    font-size: 0.9vw;
    line-height: 1.8vw;
    color: #7d85d2;
}

/* span.zhaiyao{
    position: relative;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
}

span.zhaiyao::after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 40px;
    background: -webkit-linear-gradient(left, transparent, #fff 55%);
    background: -o-linear-gradient(right, transparent, #fff 55%);
    background: -moz-linear-gradient(right, transparent, #fff 55%);
    background: linear-gradient(to right, transparent, #fff 55%);
} */

@media screen and (max-width: 1024px) {
    .news_diandi {
        padding: 0px 0%;
    }
    .news_text {
        padding: 20px;
    }
    .news_diandi_container {
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .news_img>img {
        width: 100vw;
    }
}

/*尾部模块*/

.index-footer {
    background-color: #040F4F;
}

#index-footer-title {
    position: static;
    text-align: center;
}

.index-footer::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.logo-part {
    position: relative;
    height: 40px;
}

.logo-part-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo-part-img2{
    position: absolute;
    left: 48%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.logo-part-name {
    position: absolute;
    width: 100%;
    left: 0;
    height: 2.2vw;
    line-height: 2.2vw;
    font-size: 1.1vw;
    color: #4D59AD;
}

.logo-show {
    margin-top: 2.05vw;
    overflow: hidden;
    height: 200px;
    padding: 0 5%;
}
.logo-show3{
    margin-top: 2.05vw;
    padding: 0 5%;
}

.logo-img {
    width: 200px;
    height: 80px;
    background: #1D296F;
    border-radius: 5px;
    margin-right: 20px;
    margin-bottom: 17px;
    display: inline-table;
}

.customer {
    margin-top: 3.05vw;
}

.organ {
    margin-top: 2.3vw;
}

.customer-show {
    padding: 0 5%;
    margin-top: 1.55vw;
}

.tab-content {
    margin-top: 1.3vw;
}

.nav-tabs {
    border: none !important;
    display: flex !important;
    justify-content: space-evenly !important;
    width: 90%;
    margin: auto;
    border-bottom: 1px solid #474F8E !important;
}

.nav-tabs>li>a {
    cursor: default !important;
    font-weight: 400 !important;
    font-size: 0.9vw !important;
    color: #4D59AD !important;
    border: none !important;
    padding: 15px 15px !important;
}

.nav-tabs>li.active>a, .nav-tabs>li>a:hover {
    cursor: pointer !important;
    color: #FFFFFF !important;
    background: none !important;
}

.nav-tabs>li {
    float: none !important;
    width: 180px;
}

.nav-tabs>li:after {
    content: "";
    width: 0;
    height: 3px;
    background: #3567E8;
    position: absolute;
    top: 100%;
    left: 50%;
    transition: all .8s;
}

.nav-tabs>li:hover:after {
    left: 0%;
    width: 100%;
}

.nav-tabs>li.active:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #3567E8;
    top: 100%;
    left: 0%;
}

/*申请模块*/

.submit-title {
    font-size: 1.3vw;
    /* padding-top: 3.5vw; */
    text-indent: 10px;
}

.submit-footer {
    height: 1.25vw;
    line-height: 1.25vw;
    font-size: 0.75vw;
    font-weight: 400;
    color: #4D59AD;
    margin-top: 20px;
    text-indent: 1.5vw;
}

.send-message {
    text-align: center;
    display: flex;
    justify-content: start;
    margin-top: 20px;
}

.send-message input {
    padding: 15px;
    font-size: 0.7vw;
    border: 1px solid rgb(118, 118, 118);
    border-radius: 3px;
    width: 100%;
    color: black;
}

.send-message .btn2 {
    padding: 15px 40px;
    font-size: 0.7vw;
    margin-left: 10px;
    line-height: inherit;
    display: inline-block;
    background-color: #366BE6;
    border-radius: 5px;
    color: white;
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
}

.btn2:hover {
    background-color: #2895E7;
}

.errorTip {
    position: absolute;
    color: red;
    font-size: 12px;
}
.know-more{
    display: inline-block;
    width: 90px;
    /* height: 26px; */
    opacity: 0.65;
    color: #B9DAFF;
    font-size: 0.8vw;
    text-decoration: underline !important;
    margin-top: 5px;
}
.know-more:hover{
    text-decoration: underline !important;
}
.show {
    display: block;
}

.hide {
    display: none;
}
.part2_echarts{
    /* margin-right: 15%; */
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 5%;
    left: 0;
}
.part2_footer{
    position: absolute;
    bottom: 6%;
    left: 12%;
    width: 76%;
}
.sub_title{
    font-size: 1vw;
    font-weight: 400;
    margin-top: 20px;
}
.part2-left-contnet{
    position:absolute;
    left: 30%;
    bottom: 1%;
}
.circle_point{
    display: inline-block;
    width: 0.7vw;
    height: 0.7vw;
    border-radius: 50%;
}
@media screen and (max-width: 1280px){
    #public_header>.zt_navi{
        width: 50vw !important;
    }
    .logo-img{
        width: 12%;
        height: auto;
    }
    .logo-img img{
        width: 100%;  
    }
    .main-bottom-img{
        top: 32px;
    }
    .mews_img_t{
        height: 250px;
    }
    .part2_footer{
        bottom: 3%;
    }
    .part2_echarts{
        margin-top: 4%;
    }
    .solution-header{
        height: 34%;
    }
    .sub_title{
        margin-top: 10px;
    }
    .news_diandi{
        padding: 0px 10% !important;
    }
    .news_title_top .title_left{
        font-size: 1.15vw;
    }
    .news_text a{
        border-left: 1px solid #DCDCDC;
    }
}